From: Katsumi Yamaoka Date: Fri, 29 Oct 2010 07:22:52 +0000 (+0000) Subject: gnus-art.el (gnus-article-goto-part): Fix last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5897 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e1caf6cec905029419ffcb32064ec60de3bd7cc9;p=emacs.git gnus-art.el (gnus-article-goto-part): Fix last change. --- diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 551c7abae33..6d777937584 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -5590,10 +5590,10 @@ all parts." (setq part (cdr (assq (mm-preferred-alternative (nreverse (mapcar 'car handles))) - handles))))) - (if part - (goto-char (1+ part)) - start))) + handles)))) + (if part + (goto-char (1+ part)) + start)))) (when gnus-break-pages (gnus-narrow-to-page))))